home *** CD-ROM | disk | FTP | other *** search
- COMPUTER COMP2 ;sets the computers network name
- NETWORK 2 ;type of network leave unchanged
- agents 1 ;allows another user to access this computer
- lastdrive Z ;sets the last accessable drive in DOS
- echo ;shows the network loaded
- break ON ;DOS <CRTL> <BREAK>
-
- port com1 ;set the com port to be used by the network
- baud 19.2k ;sets the baud rate of the computer serial port
-
- ; sets the redirected drives for the computer
-
- use i: \\comp1\a:\ ;your local drive I is on the remote computer
- use j: \\comp1\c:\ ;your local drive J is on the remote computer
-